home *** CD-ROM | disk | FTP | other *** search
/ QuickTime 2.0 Developer Kit / QuickTime 2.0 Developer Kit.iso / mac / MAC / Programming Stuff / Sample Code / Movie Toolbox / AddFrameToMovie / README < prev    next >
Encoding:
Text File  |  1994-12-06  |  1.9 KB  |  65 lines  |  [TEXT/MPS ]

  1. README: AddFrameToMovie
  2.  
  3. VERSION (Date)
  4. 12-06-94
  5.  
  6. GENERAL
  7. This example shows how to add an additional frame to the end of an existing movie.
  8.  
  9.  
  10.  
  11. ENVIRONMENT USED
  12. Metrowerks 4.5
  13. Think 7.0.3
  14. QT 2.0
  15. Universal Headers (ETO#16)
  16. System 7.5
  17.  
  18.  
  19. HOW TO BUILD
  20. Select either the Think or the Metrowerks project file if
  21. you want to rebuild the samples.
  22.  
  23.  
  24. HOW TO TEST
  25. Run the application, open a movie file, the application will now add an additional
  26. frame at the end of this existing movie.
  27.  
  28.  
  29. ERROR REPORTS
  30. If you encounter problems with this sample, send a report stating:
  31.  
  32.  
  33. * Name of the sample (and the source code file)
  34. * How the error is reproduced
  35. * What source code lines in the sample are problematic
  36. * What version of the sample you have, or from what source did you obtain the sample
  37. * Your environment, specifying:
  38.     - System environment (System 7.0, 7.1, 7.5 and so on)
  39.     - QuickTime environment (QT 1.6.1, 2.0 and so on)
  40.     - Any additional extensions in your system
  41.     - Hardware environment
  42.     - Development environment (including version level)
  43. * Any other valuable feedback and comments
  44.     
  45. Send this report to APPLE.BUGS on AppleLink, or APPLE.BUGS@applelink.apple.com 
  46. on Internet. If possible use the bug reporter stack that is available on
  47. the  Developer CDs, AppleLink and ftp.apple.com.
  48.  
  49.  
  50. LEGAL STATEMENTS
  51. Copyright © 1992-94 Apple Computer, Inc.
  52. All rights reserved.
  53.  
  54. You may incorporate this sample code into your applications without
  55. restriction, though the sample code has been provided "AS IS" and the
  56. responsibility for its operation is 100% yours.  However, what you are
  57. not permitted to do is to redistribute the source as "DSC Sample Code"
  58. after having made changes. If you're going to re-distribute the source,
  59. we require that you make it clear in the source that the code was
  60. descended from Apple Sample Code, but that you've made changes.
  61.  
  62.  
  63.  
  64. CHANGE HISTORY
  65. 12/06/94    khs        Tested with MW 4.5, Think C 7.0.3 and ETO#16 Universal headers.